- GMappedFile
alias GMappedFile = _GMappedFile
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mapped_file_free
alias da_g_mapped_file_free = void function(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mapped_file_get_bytes
alias da_g_mapped_file_get_bytes = GBytes* function(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mapped_file_get_contents
alias da_g_mapped_file_get_contents = gchar* function(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mapped_file_get_length
alias da_g_mapped_file_get_length = gsize function(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mapped_file_new
alias da_g_mapped_file_new = GMappedFile* function(const(gchar)* filename, gboolean writable, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mapped_file_new_from_fd
alias da_g_mapped_file_new_from_fd = GMappedFile* function(gint fd, gboolean writable, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mapped_file_ref
alias da_g_mapped_file_ref = GMappedFile* function(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mapped_file_unref
alias da_g_mapped_file_unref = void function(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_free
void g_mapped_file_free(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_get_bytes
GBytes* g_mapped_file_get_bytes(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_get_contents
gchar* g_mapped_file_get_contents(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_get_length
gsize g_mapped_file_get_length(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_new
GMappedFile* g_mapped_file_new(const(gchar)* filename, gboolean writable, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_new_from_fd
GMappedFile* g_mapped_file_new_from_fd(gint fd, gboolean writable, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_ref
GMappedFile* g_mapped_file_ref(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_unref
void g_mapped_file_unref(GMappedFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_free
da_g_mapped_file_free g_mapped_file_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_get_bytes
da_g_mapped_file_get_bytes g_mapped_file_get_bytes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_get_contents
da_g_mapped_file_get_contents g_mapped_file_get_contents;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_get_length
da_g_mapped_file_get_length g_mapped_file_get_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_new
da_g_mapped_file_new g_mapped_file_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_new_from_fd
da_g_mapped_file_new_from_fd g_mapped_file_new_from_fd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_ref
da_g_mapped_file_ref g_mapped_file_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mapped_file_unref
da_g_mapped_file_unref g_mapped_file_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.